home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / text0079.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.1 KB  |  28 lines

  1. On Mon, 19 Jan 1998, Lee. wrote:
  2.  
  3. > I need a delay which I can vary in length. Easy enough although the 
  4. > delay must be between 0 and a Vbl.
  5. > Vbl being the maximum allowable time delay.
  6. > At the mo I am drawing a box off screen somewhere a variable amount 
  7. > of times, there must be a more elegant and time constant way of doing 
  8. > this.
  9.  
  10. I think it's in the Turbo+ extension:
  11. Vbl Wait Y 
  12. where Y is the position of the raster beam (I think that's what you
  13. call it - the beam that zips around the screen updating it) so by
  14. waiting until that is at a certain pos you can wait between 0-Vbl. Of
  15. course I'm probably wrong on this or confusing it with something else
  16. but it's early in the morning - you understand! 
  17.  
  18. ###       ###  ########  ########### ###########
  19. ####     #### ###    ###     ###         ###
  20. ##!##   ##!## #!#    #!#     #!#         #!#
  21. !#! #!#!# !@! !@!!@@!!@!     !@!         !@!     matt@netsoc.ucd.ie
  22. !!!   !   !!! !!!    !!!     !!!         !!!            x  x
  23. :!:       :!: :!:    :!:     :!:         :!:            \__/
  24. :::       ::: :::    :::     :::         :::
  25. ::         :: ::     ::       :           :
  26.  
  27.  
  28.